Opc.Ua.Core
ExtractValueFromVariant<T>(Object,Boolean) Method



Opc.Ua Namespace > BaseVariableState Class > ExtractValueFromVariant Method : ExtractValueFromVariant<T>(Object,Boolean) Method
Converts a values contained in a variant to the value defined for the variable.
Syntax
'Declaration
 
<ObsoleteAttribute("Should use the version that takes a ISystemContext (pass null if ISystemContext is not available).")>
Public Overloads Shared Function ExtractValueFromVariant(Of T)( _
   ByVal value As Object, _
   ByVal throwOnError As Boolean _
) As Object
'Usage
 
Dim value As Object
Dim throwOnError As Boolean
Dim value As Object
 
value = BaseVariableState.ExtractValueFromVariant(Of T)(value, throwOnError)
[Obsolete("Should use the version that takes a ISystemContext (pass null if ISystemContext is not available).")]
public static object ExtractValueFromVariant<T>( 
   object value,
   bool throwOnError
)
[Obsolete("Should use the version that takes a ISystemContext (pass null if ISystemContext is not available).")]
public:
static Object^ ExtractValueFromVariantgeneric<typename T>
( 
   Object^ value,
   bool throwOnError
) 

Parameters

value
throwOnError

Type Parameters

T
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

BaseVariableState Class
BaseVariableState Members
Overload List